home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gslidetime
- if the ticks < gslidetime then
- go(the frame)
- else
- set tcount to integer(the text of member "fPhotoCount") + 1
- if tcount > integer(item integer(the text of member "fPhotoFolder") of the text of member "fPhotoMax") then
- set tcount to 1
- end if
- set the text of member "fPhotoCount" to string(tcount)
- end if
- end
-